home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10735 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  930 b 

  1. Path: inforamp.net!ts6-06
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Linker error - BC++
  5. Date: Sat, 09 Mar 96 20:33:28 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4hspv4$rsm@sam.inforamp.net>
  8. References: <4hmso9$64m@amgen.amgen.com>
  9. NNTP-Posting-Host: ts6-06.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4hmso9$64m@amgen.amgen.com>,
  13.    Dennis Lynch <dennisl@amgen.com> wrote:
  14. >Linker error: undefined symbol OwlMain (int, char far * far *) in 
  15. >library file c:\bc4\owlwi.lib in module winmain
  16.  
  17. You need to tell the linker that you are not writing a OWL program.  The 
  18. linker is forcing you to link to the OWL library.  Highlight the executable 
  19. node in the project window.  Right click.  Take the target expert menu option. 
  20.  You'll see a OWL checkbox.  Make certain it is not checked.  Make certain 
  21. your platform setting is correct to.
  22.  
  23. Agrivar
  24.